Kristofer Krus

Results 13 issues of Kristofer Krus

Add a parameterized constructor for creating any of the EfficientNet variants, i.e. from EfficientNetB0 to EfficientNetB7.

Make the function center_crop_and_resize() support non-quadratic output shapes and crop padding shapes. The arguments image_size and crop_padding should be able to either be scalars (like they currently are) or lists...

When having fixed [the first crash](https://github.com/bmild/nerf/issues/80) (by creating the missing summaries folder), I get a new crash (still when running `python run_nerf.py --config config_fern.txt`): ``` 2020-11-04 01:20:46.313269: W tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES...

When having fixed [two](https://github.com/bmild/nerf/issues/80) [previous](https://github.com/bmild/nerf/issues/81) issues, I get a new crash (still when running `python run_nerf.py --config config_fern.txt`): ``` Traceback (most recent call last): File "D:/third-part/nerf/run_nerf.py", line 928, in train()...

When I run `python run_nerf.py --config config_fern.txt`, I get an error: ``` 2020-11-04 01:13:04.722398: W tensorflow/core/framework/op_kernel.cc:1651] OP_REQUIRES failed at summary_kernels.cc:57 : Not found: Failed to create a directory: ./logs\summaries\fern_test; No...

When I clone the repository, I get a message saying that the cloning succeeded but that the checkout failed: ``` $ git clone https://github.com/devsisters/DQN-tensorflow.git Cloning into 'DQN-tensorflow'... remote: Counting objects:...

After following the [instructions](https://github.com/benoitsteiner/tensorflow-opencl/blob/master/tensorflow/g3doc/get_started/os_setup.md) as closely as possible (I'm using Python3 and I have an Intel GPU, if you can call it that), when I run the mnist example (by...

This commit will: * Correct path to bin folder for ComputeCpp * Update ComputeCpp version from 0.1.1 to 0.1.2

When reading the README.md for this repository, it's not immediately clear what this repository contains or what it is for. I think this should be clarified.